var el = document.getElementById('changeProgramatic'); el.value='New Value' el.dispatchEvent(new Event('change'));